home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / +system+ / tools / sound / ahi / ahi-sounddt / runme < prev    next >
Text File  |  1999-01-05  |  486b  |  12 lines

  1. FailAt 21
  2. Echo NOLINE Patching...
  3. spatch -psound.pch -oSYS:Classes/Datatypes/sound.datatype.new SYS:Classes/Datatypes/sound.datatype
  4. If FAIL
  5.   Echo "*nIt looks like you have the wrong version of sound.datatype installed!"
  6.   Echo "Perhaps you've already patched it, or are using OS 3.0?"
  7.   Quit
  8. EndIf
  9. rename SYS:Classes/Datatypes/sound.datatype SYS:Classes/Datatypes/sound.datatype.os31
  10. rename SYS:Classes/Datatypes/sound.datatype.new SYS:Classes/Datatypes/sound.datatype
  11. Echo Finished!
  12.